Click or drag to resize

EntityExtractionResult Class

Represents entity extraction from an item.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeEntityExtractionResult

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class EntityExtractionResult

The EntityExtractionResult type exposes the following members.

Constructors
  NameDescription
Public methodEntityExtractionResult
Initializes a new instance of the EntityExtractionResult class.
Top
Properties
  NameDescription
Public propertyAddresses
Represents a list of AddressEntity elements.
Public propertyContacts
Represents a list of ContactEntity elements.
Public propertyEmailAddresses
Represents a list of EmailAddressEntity elements.
Public propertyMeetingSuggestions
Represents a list of MeetingSuggestion elements.
Public propertyPhoneNumbers
Represents a list of PhoneEntity elements.
Public propertyTaskSuggestions
Represents a list of TaskSuggestion elements.
Public propertyUrls
Represents a list of UrlEntity elements.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also